# image-processing-from-scratch **Repository Path**: zhangyudada/image-processing-from-scratch ## Basic Information - **Project Name**: image-processing-from-scratch - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2021-03-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # image processing from scratch All codes were wrote in python3.7 or c++ moudles you may need: python: numpy for matix calculation matplotlib for reading and showing images opencv2 for some image operations c++: opencv2 Have fun.