IT/OpenCV15 color space image processing을 하다보면 색상값을 알고 싶을 때가 있다. 아래 사이트에서 RGB - HSL - HSV/HSB - CMYK - Misc 등 여러가지 color space에 대한 설명과 값을 알 수 있다. http://colorizer.org/ 2014. 12. 19. cv2.warpAffine() 기본형태Python: cv2.warpAffine(src, M, dsize[, dst[, flags[, borderMode[, borderValue]]]]) → dstParameters:src – input image.dst – output image that has the size dsize and the same type as src .M – transformation matrix.dsize – size of the output image.flags – combination of interpolation methods (see resize() ) and the optional flag WARP_INVERSE_MAP that means that M is the inverse transformation (.. 2014. 12. 19. cvPyrSegmentation() 함수 not found cvPyrSegmentation() 함수가 opencv2.4x의 어떤 버젼에서 업데이트 되면서 사라진 거 같습니다. 해결 방법은 #include 를 붙여 주는 것~! 2014. 12. 19. cvExtractSURF() 함수 에러 : OpenCV Error: The function/feature is not implemented ... OpenCV Error: The function/feature is not implemented 2014. 12. 19. 이전 1 2 3 4 다음 반응형