목록CELLON Vision (31)
박민혀기
리눅스 커널 옵티마이징 캘리브레이션 비전 센서 설정 API(How to option setting) 비전 길이 측정 모델 -> 마우스 드래그로 가장 가까운 선분 사이 측정 VisionCube 카메라 켈리브레이션(색감 Monitor Test) 이미지 방향(hz, vr..) TX, RX Resister VisionKart Tracking
Labtop 환경에서 실행가능#pragma comment(lib, "opencv_world453.lib")#pragma comment(lib, "opencv_world453d.lib")#define _CRT_SECURE_NO_WARNINGS#include #include #include "opencv2/opencv.hpp"#include #include #include #include #include #include #include #define WEB_CAM 0#define INPUT_PORT 22 //INPUT5#define INPUT_DATA_RESET 27 //INPUT4using namespace std;using namespace cv;unsigned int Accuracy_Percent..
Improvements over 1.6vLive mode save and loadImage Viewer change close text "EXIT"Examination Result Reset ButtonDon't use Raspberry screen savershutdown when have not save image after viewer startUSB result image BackUP Plan of CELLON I 1.8vRemote Compile, Install..Time data Check!How many write image?? -> Control Max ValueGet Usable eMMc MemoryExamination Value Write in Save Image#include #inc..
/media/cellon 폴더에 있는 모든 폴더(파일 X)를 읽는다. #include #include int main() { std::string path = "/media/cellon"; try { for (const auto& entry : std::filesystem::directory_iterator(path)) { if (entry.is_directory()) { std::cout
Plan of the CELLON I 1.7v Live mode save and load Image Viewer change close text "EXIT" Examination Result Reset Button Raspberry screen saver -> testing~ shutdown when have not save image after viewer start Remote Compile, Install.. Time data Check! How many write image?? -> Control Max Value Get Usable eMMc Memory
Improvements over 1.5v CELLON ImageViewer Add Seoul / Asia Time Update(for Image File Name) Image Save in "~/Result" Folder after Examination Live Mode Update Resolution resol.txt R/W Issue Update Keyboard ctrl + A/a is Examination Key No ESC(Close Program) Save image with "320x240" resolution Plan of the CELLON I 1.7v Live mode save and load Image Viewer change close text "EXIT" Examination Res..
#include int main() { // 검은색 이미지 생성 cv::Mat blackImage(1080, 1920, CV_8UC3, cv::Scalar(0, 0, 0)); // 중앙 좌표 계산 int centerX = (blackImage.cols - 800) / 2; int centerY = (blackImage.rows - 600) / 2; // 이미지 로드 cv::Mat image(600, 800, CV_8UC3, cv::Scalar(255, 0, 0)); // 이미지 크기 조정 cv::resize(image, image, cv::Size(800, 600)); // 중앙에 이미지 삽입 cv::Rect roi(centerX, centerY, image.cols, image.rows); image...
Improvements over 1.4v Window(검사 출력 화면)가 사용 모니터 전체 해상도로 자동 맞춤 상태바 제거 바탕화면 단색 변경 #include #include #include #include "opencv2/opencv.hpp" #include #include #define WEB_CAM0 #define INPUT_PORT22//INPUT5 #define INPUT_DATA_RESET27//INPUT4 using namespace std; using namespace cv; unsigned intAccuracy_Percent[7]; unsigned intAccuracy_Percent_Temp[7]; intflag = -1; boolSetting_Mode_Flag = false; unsig..