Calibration
image_calibration.ImageCalibrator
build(config)
classmethod
ImageCalibrator 인스턴스를 생성합니다.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
config |
dict
|
required |
Returns:
| Name | Type | Description |
|---|---|---|
ImageCalibrator |
ImageCalibrator
|
ImageCalibrator 인스턴스 |
calibrate(frame)
ImageCalibrator를 사용하여 주어진 프레임을 calibrate합니다.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
frame |
ndarray
|
calibration에 사용할 프레임입니다. |
required |
Returns:
| Name | Type | Description |
|---|---|---|
calibrated_frame |
ndarray
|
calibration된 프레임입니다. |