CARVIEW |
Select Language
HTTP/2 200
date: Sun, 12 Oct 2025 02:46:43 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=c57dbb859f0c778deaee946bc80ee4a7b94c9f87ec4fa81c935d9cd30f893a3ea%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22UiAmfo5h-wHTxFFpgWrf2tTRjIMlbiiB%22%3B%7D; HttpOnly; Path=/
cf-ray: 98d344b8d911165e-BLR
SelectChannel - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <opencv2/highgui/highgui.hpp>
- #include <opencv2/ml/ml.hpp>
- #include <opencv2/imgproc/imgproc.hpp>
- using namespace cv;
- int main(int argc, char** argv) {
- printf("hhello!");
- Mat src = imread(argv[1]);
- Mat rgb = Mat(src.cols, src.rows, 8, 3);
- std::vector<Mat> splitedRgb = std::vector<Mat>();
- cvtColor(src, rgb, CV_BGR2RGB);
- split(rgb, splitedRgb);
- for (int y = 0; y < rgb.cols; y++) {
- for (int x = 0; x < rgb.rows; x++) {
- src.at<Vec3b>(x, y)[0] = 0;
- src.at<Vec3b>(x, y)[2] = 0;
- }
- }
- imwrite(argv[1], src);
- }
Advertisement
Add Comment
Please, Sign In to add comment
-
📌 Swapzone +37% glitch ⭐ 3
JavaScript | 1 sec ago | 0.25 KB
-
⭐⭐⭐MAKE $900 INSTANTLY⭐⭐
Java | 7 sec ago | 0.10 KB
-
✅⭐ Make huge profits on trading ⭐⭐ S
JavaScript | 10 sec ago | 0.25 KB
-
⭐⭐⭐MAKE $500 IN 15 MIN⭐⭐
Java | 18 sec ago | 0.10 KB
-
⭐✅ Marketplace Glitch ✅ Working ✅ NEVER SEEN...
JavaScript | 18 sec ago | 0.25 KB
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ G
JavaScript | 27 sec ago | 0.25 KB
-
⭐⭐⭐MAKE $9OO INSTANTLY D A⭐⭐
Java | 29 sec ago | 0.10 KB
-
Free Crypto Method (NEVER SEEN BEFORE)⭐⭐ X
JavaScript | 37 sec ago | 0.25 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand