전체 글50 Path Editor: Windows의 Path를 손쉽게 관리한는 툴 http://www.redfernplace.com/software-projects/patheditor/ Why are you editing your path with this.When you could be editing your path with this.If you have ever had need to alter, manage, or otherwise interact with the System or User Path on your PC then you know how painful it is do with the built in tools. Path Editor is a small utility that makes path management very straightforward with it’s.. 2012. 11. 8. OpenCV를 이용한 matrix 연산 C나 C++을 이용하여 matrix연산을 하려면 쉽지가 않다.matlab에서는 직관적으로 하던 행렬 연산을 C/C++에서는 쉽게 되지 않는다. 이때 OpenCV Lib를 이용하면 행렬 연산을 편리하게 할 수 있다.특히 OpenCV 2.x 에서 지원하는 Mat Class를 이용하면 matlab처럼 편리하게 행렬 연산이 가능하다. 자세한 소개는 아래를 참조하면 된다http://www.cse.unr.edu/~bebis/CS485/Lectures/Intro_OpenCV.pdfhttp://www.robesafe.com/personal/jnuevo/Downloads_files/talk_opencv21.pdf 2012. 11. 3. 이클립스(Eclipse)에서 Workspace 변경 방법 이클립스(Eclipse)에서 Workspace를 변경할 필요가 있는데, 아래와 같은 방법으로 가능하다. 1. 이클립스 실행 -> File -> Switch Workspace -> Other 선택2. Workspace: 란에 원하는 폴더 경로 입력 => OK 버튼 클릭 그림이 필요하면 아래 참조http://proglammer.tistory.com/1577 2012. 10. 27. 안드로이드 에뮬레이터에서 localhost 접속하기 안드로이드 에뮬레이터에서 localhost 접속하기 (Android emulator (AVD)에서 localhost access하는 방법) 보통 PC에서 웹서버를 동작하게 하면, 웹 브라우져에서 "http://localhost:8080"로 접속하게 된다.하지만 안드로이드 에뮬레이터에서는 "http://10.0.2.2:8080"로 접속을 해야 localhost에 접속이 가능하다. 2012. 10. 27. 이전 1 ··· 7 8 9 10 11 12 13 다음