小修改
小修改,文件名的改进
This commit is contained in:
13
部署版本/主程序-主函数版本/HWCV-exe/Point.h
Normal file
13
部署版本/主程序-主函数版本/HWCV-exe/Point.h
Normal file
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
头文件:Point.h 图像中的像素点定义
|
||||
*/
|
||||
#pragma once
|
||||
class Point{
|
||||
private:
|
||||
|
||||
public:
|
||||
int x;
|
||||
int y;
|
||||
|
||||
void setpoint(int a,int b){x=a;y=b;}
|
||||
};
|
||||
Reference in New Issue
Block a user