Category: Cookbook

3. Threshold on channels

Reference Python + ImageJ, Fiji Cookbook: Channel MergeClass ImageProcessorClass ColorProcessor color image의 RGB channel마다 다른 threshold를 적용해 이미지 색조를 수정하겠습니다. 전체 코드는 여기에서 받을 수 있습니다. 1. Color Thresh

2. Image Calibration

Reference Earth Analysis Techniques: Introduction to Image Analysis Contributor BraINstinct0 1. Calibration의 의미 이미지 파일의 구조에 대한 글에서, 이미지는 2차원 공간상에 위치한 pixel의 집합이라고 말씀드렸습니다. 대개 pixel 하나당 흑백(Graysca

1. CSV file I/O

Reference ImageJ + Python Cookbook 1. Loading CSV File csv 파일을 읽는 예제입니다. 예제 파일은 여기에서 다운받을 수 있습니다. 1.1. CSV 파일 읽어서 결과 보여주기 1234567import csvfilepath = r'C:\Tmp\loadexample.csv'f = open(

0. Readme

0.0. ImageJ Cookbook 코딩에서 Cookbook이란, 제목처럼 실제로 사용할 수 있는 코드나 간단한 기술의 모음입니다. 음식을 배울 때 재료의 특성과 칼질의 기초부터 배울 수도 있겠지만 주말의 허기를 달래는데 요리사 자격증까지 필요하진 않습니다. 인터넷 블로그와 유튜브에 널린 레시피처럼, ImageJ의 GUI 환경을 이용하거나 Ima