Gocator API > Go2 > Values > Go2SpotDetectionType
Gocator 2x00 API
Go2SpotDetectionType
Description

Represents the algorithm used to detect spots

C
enum Go2SpotDetectionType {
  GO2_SPOT_SELECTION_TYPE_NORMAL = 0,
  GO2_SPOT_SELECTION_TYPE_XLINE = 1
};
Members
Members 
Description 
GO2_SPOT_SELECTION_TYPE_NORMAL = 0 
Detect spots using the normal spot detection algorithm 
GO2_SPOT_SELECTION_TYPE_XLINE = 1 
Detect spots using the XLine algorithm 
File

Go2Api.h

Copyright (c) 2013 by LMI Technologies Inc. All rights reserved.