나만의 코그넥스 도큐먼트
국내에 Cognex 관련 커뮤니티나 자료가 정말 희박.. 아니 찾을수가 없습니다. 이에 관련하여 나만의 자료를 늘려 Cognex 라이브러리에 대해 공유하고자 합니다. 1. How to Load File and View in CogDisplay12345String filePath = rootPath+"\\images\\1.jpg";CogImageFile imageFile = new CogImageFile(); imageFile.Open(filePath, CogImageFileModeConstants.Read);cogDisplay1.Image = imageFile[0];cs 2. Histogram Equalization( 평활화 / 균일화 ) 좀 더 빠르게 개선할만한 부분은 많아 보이지만 일단 패스 3. C..
영상처리/Cognex
2016. 1. 28. 11:46