builder
This commit is contained in:
@@ -8,6 +8,7 @@ import (
|
||||
)
|
||||
|
||||
// Destriping multisensor imagery with moment matching [Gadallah, 2000]
|
||||
// 基于探元直方图匹配的CBERS01星CCD数据相对辐射校正方法 [潘志强, 2005]
|
||||
func DoMomentMatching(originalImg gocv.Mat) {
|
||||
probes := originalImg.Cols()
|
||||
log.Printf("do moment matching for %d probes, %d rows", probes, originalImg.Rows())
|
||||
|
||||
Reference in New Issue
Block a user