AutoWWWL.h 199 B

1234567
  1. #pragma once
  2. namespace ATWL
  3. {
  4. //WWcoef ¶Ô±È¶È-9~9£¬WLcoef ÁÁ¶È-9~9
  5. int AutoWWWL(unsigned short* input, unsigned char* mask, int width, int height, int& WW, int& WL, float WWcoef, float WLcoef);
  6. }