相邻列均衡算法(张兵,2006)

This commit is contained in:
nuknal
2024-06-18 16:19:33 +08:00
parent d1733d0828
commit 6e5ffe1ab2
3 changed files with 46 additions and 8 deletions

View File

@@ -8,7 +8,7 @@ import (
"starwiz.cn/sjy01/image-proc/pkg/rrc"
)
func (r *Registrator) DoRRC(lutDir string) error {
func (r *Registrator) DoRRCbyLUT(lutDir string) error {
logrus.Printf("try to do RRC [%s]...", lutDir)
lutPAN, err := rrc.LoadLUT(filepath.Join(lutDir, "B0.LUT"), 9344)
if err != nil {