Update dilatometer.h
[matches/MCTX3420.git] / server / sensors / dilatometer.h
index 2c683d6..0faa205 100644 (file)
 //Number of samples of the image to take
 #define SAMPLES 600
 
+// Canny Edge algorithm variables
+#define BLUR 5
+#define LOWTHRESHOLD 30
+#define RATIO 3
+#define KERNELSIZE 3
+
+//Scaling factor required to change from pixels to nm
+#define SCALE 1 // Note camera has not been calibrated yet so result will be in pixels
+
 extern bool Dilatometer_Init(const char * name, int id); // Initialise the dilatometer
 extern bool Dilatometer_Cleanup(int id); // Cleanup
 extern bool Dilatometer_Read(int id, double * value); // Read the Dilatometer

UCC git Repository :: git.ucc.asn.au