'분류 전체보기'에 해당되는 글 167건

  1. 2009.02.16 Eclipse 단축키
  2. 2009.02.16 Wrong Investment
  3. 2009.02.14 OS X Leopard에서 윈도우용 폰트(비트맵 내장 트루타입 폰트) 사용하기
  4. 2009.02.13 OpenCV, Eclipse, and OSX
  5. 2009.02.12 Fast Filtering Servey
  6. 2009.02.12 temp
  7. 2009.02.11 Installation OpenCV on OSX

Eclipse 단축키

Image Processing 2009. 2. 16. 11:50

3. 단축키

  • 단축키 Eclipse SDK 2.0
  • 개발에 자주 쓰이는 단축키는 아래와 같습니다.
  • 현재 Eclipse 3.2.1 에서 Ctrl + Shift + L 을 누르면 유용한 단축키들이 풍선도움말로 나오게 됩니다.
3.1. 이동 단축키
 
 열린 파일 모두 닫기  CTRL + SHIFT + F4  
 한줄 삭제  CTRL + D  
 현재 줄 이동  ALT + UP or DOWN  
 Editor로 커서 이동  F12  컴파일 중 에러등으로 포커스가 다른데로 갔을 때
 특정 줄번호로 가기  CTRL + L  
 다음 문제 (오류부분으로 가기)  CTRL + .(점)  컴파일 중 에러발생시 오류 부분으로 바로가기
 이전 문제 (오류부분으로 가기)  CTRL + ,(콤마)  
 다음(이전) 편집창으로 이동  CTRL + (SHIFT) + F6  윈도우의 CTRL + TAB과 같은기능
 마지막 편집 위치로 가기  CTRL + Q  다른 이동 단축키를 써서 특정 지역으로 왔을 때 바로 전의 위치로 가기
 해당 구문의 선언문으로 이동  F3  함수나 변수위에 커서가 있을 때 사용가능
 해당 구문의 참조 부분 검색  CTRL + SHIFT + G  함수나 변수위에 커서가 있을 때 이 함수나 변수를 호출, 사용하는 곳 검색
 
 
3.2. 찾기
 
찾기  CTRL + F  
 다음찾기  CTRL + K  
 이전찾기  CTRL + SHIFT + K  
 Incremental Search  CTRL + J 후 단어 타이핑 or 상.하 방향키  찾을 단어를 타이핑하여 찾기 or 이전에 찾은 같은 단어 찾기
 
3.3 디버깅 단축키
 
 브레이크 포인트  CTRL + SHIFT + B  현 커서의 위치에 브레이크 포인터 설정/해제
 디버깅 시작  F11  
 디버깅 계속  F8  
 STEP OVER  F6  한줄씩 실행
 STEP INTO  F7  한줄씩 실행하되 함수일 경우 그 함수 내부로 들어감
 STEP OUT (RETURN)  F8  현재 함수를 빠져나온다
 RUN TO LINE  CTRL + R  현재 라인까지 실행
 
3.4 기타 단축키
 
 저장 (JDT) 및 컴파일  CTRL + S  기본 옵션으로 저장과 동시에 컴파일로 설정되어 있습니다
 열려진 모든 파일 저장 (JDT)  CTRL + SHIFT + S  
 빠른 오류 수정  CTRL + 1  Eclipse가 찾을 수 있는 간단한 문법적인 오류를 해결할 방법을 가르쳐 준다.
 코드에 필요한 패키지 자동 import  CTRL + SHIFT + O  현재 코드를 위해 INPORT 해야할 패키지를 자동으로 import코드를 넣어준다.
 주석 처리/제거  CTRL + /  현재 줄 혹은 선택된 구역을 주석으로 만들거나, 주석을 제거
 코드 형식 맞추기  CTRL + SHIFT + F  
 대/소문자로 바꾸기  CTRL + SHIFT + X/Y  선택 영역의 글자들을 대/소문자로 바꿔줌


:

Wrong Investment

Christianity 2009. 2. 16. 08:26

Wrong Investment

Imagine you’re alive at the end of the Civil War. You’re living in the South, but you are a Northerner. You plan to move home as soon as the war is over. While in the South you’ve accumulated lots of Confederate currency. Now, suppose you know for a fact that the North is going to win the war and the end is imminent. What will you do with your Confederate money?

If you’re smart, there’s only one answer. You should immediately cash in your Confederate currency for U.S. currency—the only money that will have value once the war is over. Keep only enough Confederate currency to meet your short-term needs.

We’ve been given an insider’s knowledge of a coming change in the worldwide economic situation. The currency of this world will be worthless at our death or Christ’s return, both of which are imminent. This knowledge should radically affect our investment strategy. For us to accumulate vast earthly treasures in the face of the inevitable future is equivalent to stockpiling Confederate money. It’s not just wrong. It’s stupid.

- The Law of Rewards by Randy Alcorn -

:

OS X Leopard에서 윈도우용 폰트(비트맵 내장 트루타입 폰트) 사용하기

OSX 2009. 2. 14. 00:25
http://www.albireo.net/forum/showthread.php?t=5657
:

OpenCV, Eclipse, and OSX

Image Processing 2009. 2. 13. 22:06

Prerequisites:

1. Got OpenCV installed on OSX

2. Got Eclipse with CDT

To do

1. Follow this

2. For the libs and headers setting

  • Libraries
    • Library files: cv, cxcore, highgui, cvaux, ml
    • Library search path: /usr/local/lib
  • Directories
    • /usr/local/include/opencv/

Get the sample: 

:

Fast Filtering Servey

2009. 2. 12. 17:03

보호되어 있는 글입니다. 내용을 보실려면 비밀번호를 입력하세요.

temp

2009. 2. 12. 14:46

보호되어 있는 글입니다. 내용을 보실려면 비밀번호를 입력하세요.


Installation OpenCV on OSX

OSX 2009. 2. 11. 17:18

OpenCV1.1 doesn't compile on OSX 10.5.6

So I tried the OpenCV1.0 and got it work.

Installation Procedure

1. Get OpenCV1.0 and unpack it

2. go to the source folder and type
$ ./configure
$ make
$ sudo make install

3. Get Fink from here and install it

4.Installing External Dependencies

$ fink install libname

pkgconfig
libjpeg
libtiff
libpng3
pango1-xft2-dev
atk1
gtk+2-dev
glib2-dev

5. Run Demo
go to ~/Documents/opencv-1.0.0/samples/c
and type

$ export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
$ g++ -bind_at_load `pkg-config --cflags opencv` morphology.c -o morphology `pkg-config --libs opencv`

: