Stanford 에서 만든 Image processing 라이브러리인 ImageStack을 설치했다.


설치방법

1. ImageStack 코드를 다운받는다. (https://code.google.com/p/imagestack/)


2. Makefile의 첫 줄의 MATLAB_ROOT_DIR을 MATLAB이 설치된 디렉토리로 바꿔준다.


3. 빌드한다.

make -j 16


4. 만약 빌드 중 'close' was not declared in this scope.' 에러가 발생하면 main.h 의 9번 줄에 #include <unistd.h> 를 추가해준다.




+ Recent posts