반원 그리기 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661..
Boundary Extraction / 경계 표출 Boundaries are linked edges that characterize the shape of an object.They are useful in computation of geometry features such as size or orientation. 경계선은 물체 형태의 특징이 되는 가장자리 들로 연결이 되어 있다.그것들은 크기와 방향과 같이 기하학적으로 특징이 되는 것들을 계산하는데 있어서 유용한 것이다. Connectivity / 연결성 Conceptually, boundaries can be found by tracing the connected edges. On a rectangular grid a pixel is said to ..
국내에 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..