mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-15 09:04:36 +00:00
LSD exp
more experiences with LSD. It worked well with the Doors
This commit is contained in:
parent
52a7f42272
commit
c712d28698
@ -0,0 +1,17 @@
|
||||
include (../../shared.pri)
|
||||
OPENCVDIR = ../../../../opencv/build/include
|
||||
|
||||
HEADERS = edit_CADtexturing_factory.h \
|
||||
CADtexturingedit.h \
|
||||
CADtexturingControl.h
|
||||
|
||||
SOURCES = edit_CADtexturing_factory.cpp \
|
||||
CADtexturingedit.cpp \
|
||||
CADtexturingControl.cpp
|
||||
|
||||
LIBS += -lopencv_world310 -lopencv_line_descriptor310
|
||||
FORMS = CADtexturingControl.ui
|
||||
|
||||
TARGET = CADtexturingedit
|
||||
|
||||
RESOURCES = CADtexturingedit.qrc
|
||||
@ -0,0 +1,3 @@
|
||||
#include <qimage.h>
|
||||
|
||||
int detect_edges(QImage input);
|
||||
@ -0,0 +1,3 @@
|
||||
#include <qimage.h>
|
||||
|
||||
int detect_edges(QImage input);
|
||||
Loading…
x
Reference in New Issue
Block a user