#include "EntityGUI_FeatureDetectorDlg.h"
#include "ShapeRec_FeatureDetector.hxx"
#include "GEOM_Constants.h"
#include <OCCViewer_ViewWindow.h>
#include <OCCViewer_ViewManager.h>
#include <SOCC_ViewModel.h>
#include <DlgRef.h>
#include <GeometryGUI.h>
#include <EntityGUI.h>
#include <GEOMBase.h>
#include <SUIT_Desktop.h>
#include <SUIT_ResourceMgr.h>
#include <SUIT_Session.h>
#include <SUIT_ViewWindow.h>
#include <SalomeApp_Application.h>
#include <LightApp_Application.h>
#include <LightApp_SelectionMgr.h>
#include <SALOME_ListIO.hxx>
#include <SalomeApp_Study.h>
#include <utilities.h>
#include <Precision.hxx>
#include <gp_Pnt.hxx>
#include <TopoDS_Shape.hxx>
#include <TopoDS_Wire.hxx>
#include <BRepBuilderAPI_MakeVertex.hxx>
#include <BRepBuilderAPI_MakeFace.hxx>
#include <BRepBuilderAPI_MakePolygon.hxx>
#include <BRepBuilderAPI_Transform.hxx>
#include <AIS_TexturedShape.hxx>
#include <TCollection_AsciiString.hxx>
#include <StdSelect_DisplayMode.hxx>
#include <Graphic3d_MaterialAspect.hxx>
#include <set>
#include <utility>
#include <boost/utility.hpp>
Enumerations | |
enum | { CONTOURS, CORNERS, LINES } |
enum | { KERNEL_SIZE, FIND_CONTOURS_METHOD, QUALITY_LEVEL, MIN_DISTANCE, TYPE_CRITERIA, MAX_ITER, EPSILON, LOW_THRESHOLD, RATIO, L2GRADIENT, SMOOTH_SIZE, HBINS, SBINS, HIST_TYPE, THRESHOLD_VALUE, MAX_THRESHOLD } |