Closed skidder closed 2 months ago
Improves handling of boundary conditions and grayscale inputs. Key changes include:
Function Refactoring:
opencv_copy_with_alpha_blending
opencv_copy_to_region_with_alpha
opencv_copy_to_rect
opencv_copy_to_region
Enhanced Error Handling:
handleOpenCVError
Grayscale Image Support:
Input Validation and Boundary Checks:
Channel Conversion Handling:
Performance Considerations:
clone()
Go Wrapper Improvements:
Code Structure and Readability:
Improves handling of boundary conditions and grayscale inputs. Key changes include:
Function Refactoring:
opencv_copy_with_alpha_blending
toopencv_copy_to_region_with_alpha
opencv_copy_to_rect
toopencv_copy_to_region
These changes better reflect the functions' purposes and unify naming conventions.Enhanced Error Handling:
handleOpenCVError
)Grayscale Image Support:
Input Validation and Boundary Checks:
Channel Conversion Handling:
Performance Considerations:
clone()
operationsGo Wrapper Improvements:
Code Structure and Readability: