차근차근/OpenCV 63

2014년 7월 23일 오후 5시 59분에 저장한 글입니다.

http://blog.naver.com/action713/220059764181따라서 실행해보고자 한다.근데..문제가 많다 [오후 3:27] 현재 실행 상태는0 image_0001.jpg 514 cannot load image file :../caltech101_10/accordion/image_0001.surf cannot extract surf description 계속하려면 아무 키나 누르십시오 . . . 0 accordion_image_0001.jpg 1 ant_image_0001.jpg 2 bonsai_image_0001.jpg 3 butterfly_image_0001.jpg 4 dolphin_image_0001.jpg 이런식으로 나와야 하는데.. 적어도 앞부분의 0이랑 파일이름은 나왔다. 더 ..

차근차근/OpenCV 2014.07.30

폴더안에 폴더까지 검색하기

http://imagej.tistory.com/75------------------------------------------------------------------------------------------------- #include #include #include #include #include //#include #include #include using namespace std; void GetFileList(CString strFolder) { CFileFind file; BOOL b = file.FindFile(strFolder + _T("\\*.*"));// 모든 확장자를 다 사용.//CString strMusicFilter = ".MP3.OGG.WMA.WAV";// 필터링 하고 싶으면..

차근차근/OpenCV 2014.07.30

surf의 descriptor를 데이터베이스화 시키기

http://cafe.naver.com/opencv현재 제가 surf에 있는 함수를 쪼개어 모듈화 시키고 있는중입니다.먼저 surf에서 keypoints와 descriptors를 검출하는 첫번째 모듈이구요,***여기서 이 두가지 정보를 데이터베이스화 시키려고 하는중입니다.두번째는 surf에서 찾아진 keypoints와 descriptors를 이용하여 매칭시키는 작업입니다. 그런데 첫번째 모듈에서 얻어진 두가지 정보가 CvSeq* 형이라 어떻게 데이터베이스(어떤 DB든 상관없습니다, 정보를 아시는 분이시라면 ㅠ)에 집어넣어야 할지 모르겠네요DB에 차곡차곡 descriptors를 쌓아서 나중에 새로운 이미지가 들어왔을때DB에 쌓인 descriptors와 비교연산만 하게 만들고 싶은데, 대체 CvSeq*를 어..

차근차근/OpenCV 2014.07.28
반응형