MCPcopy Create free account

hub / github.com/PacktPublishing/Computer-Vision-with-OpenCV-3-and-Qt5 / functions

Functions289 in github.com/PacktPublishing/Computer-Vision-with-OpenCV-3-and-Qt5

MethodnoEffect
ch05/Graphics_Viewer/qenhancedgraphicsview.cpp:100
MethodonBlink
ch04/Painter_Test/qblinkingwidget.cpp:25
MethodonCurrentPluginErrorMessage
ch05/computer_vision/mainapp/mainwindow.cpp:317
MethodonCurrentPluginInfoMessage
ch05/computer_vision/mainapp/mainwindow.cpp:322
MethodonCurrentPluginUpdateNeeded
ch05/computer_vision/mainapp/mainwindow.cpp:264
MethodonLanguageActionTriggered
ch05/computer_vision/mainapp/mainwindow.cpp:207
MethodonNewFrame
ch09/BackgroundDetect/mainwindow.cpp:27
MethodonNewFrame
ch09/MeanShiftTracker/mainwindow.cpp:36
MethodonPluginActionTriggered
ch05/computer_vision/mainapp/mainwindow.cpp:183
MethodonRubberBandChanged
ch09/MeanShiftTracker/mainwindow.cpp:31
MethodonThemeActionTriggered
ch05/computer_vision/mainapp/mainwindow.cpp:219
Methodon_actionAboutQt_triggered
ch05/computer_vision/mainapp/mainwindow.cpp:173
Methodon_actionEnglish_triggered
ch03/Hello_Qt_OpenCV/mainwindow.cpp:108
Methodon_actionExit_triggered
ch05/computer_vision/mainapp/mainwindow.cpp:178
Methodon_actionGerman_triggered
ch03/Hello_Qt_OpenCV/mainwindow.cpp:103
Methodon_actionOpenImage_triggered
ch05/computer_vision/mainapp/mainwindow.cpp:236
Methodon_actionSaveImage_triggered
ch05/computer_vision/mainapp/mainwindow.cpp:293
Methodon_actionTurkish_triggered
ch03/Hello_Qt_OpenCV/mainwindow.cpp:98
Methodon_action_Camera_triggered
ch05/computer_vision/mainapp/mainwindow.cpp:327
Methodon_affineRadio_toggled
ch06/transform_plugin/transform_plugin.cpp:181
Methodon_agastNonmaxCheck_toggled
ch07/keypoint_plugin/keypoint_plugin.cpp:317
Methodon_agastThreshSpin_valueChanged
ch07/keypoint_plugin/keypoint_plugin.cpp:312
Methodon_agastTypeCombo_currentIndexChanged
ch07/keypoint_plugin/keypoint_plugin.cpp:322
Methodon_akazeDescriptCombo_currentIndexChanged
ch07/keypoint_plugin/keypoint_plugin.cpp:345
Methodon_bilateralDiaSpin_valueChanged
ch06/filter_plugin/filter_plugin.cpp:200
Methodon_bilateralSigmaColorSpin_valueChanged
ch06/filter_plugin/filter_plugin.cpp:206
Methodon_bilateralSigmaSpaceSpin_valueChanged
ch06/filter_plugin/filter_plugin.cpp:212
Methodon_binsSpin_valueChanged
ch09/histogram_plugin/histogram_plugin.cpp:82
Methodon_blurAnchoXSpin_valueChanged
ch06/filter_plugin/filter_plugin.cpp:224
Methodon_blurAnchoYSpin_valueChanged
ch06/filter_plugin/filter_plugin.cpp:230
Methodon_blurKernelSizeSpinBox_valueChanged
ch06/filter_plugin/filter_plugin.cpp:218
Methodon_borderTypeComboBox_currentIndexChanged
ch06/copymakeborder_plugin/copymakeborder_plugin.cpp:66
Methodon_borderTypeCombo_currentIndexChanged
ch06/transform_plugin/transform_plugin.cpp:193
Methodon_boxAnchoXSpin_valueChanged
ch06/filter_plugin/filter_plugin.cpp:248
Methodon_boxAnchoYSpin_valueChanged
ch06/filter_plugin/filter_plugin.cpp:254
Methodon_boxDepthSpin_valueChanged
ch06/filter_plugin/filter_plugin.cpp:242
Methodon_boxKernelSizeSpinBox_valueChanged
ch06/filter_plugin/filter_plugin.cpp:236
Methodon_boxNormalCheck_toggled
ch06/filter_plugin/filter_plugin.cpp:260
Methodon_briskOctaveSpin_valueChanged
ch07/keypoint_plugin/keypoint_plugin.cpp:375
Methodon_briskScaleSpin_valueChanged
ch07/keypoint_plugin/keypoint_plugin.cpp:380
Methodon_briskThreshSpin_valueChanged
ch07/keypoint_plugin/keypoint_plugin.cpp:370
Methodon_browseBtn_pressed
ch07/keypoint_plugin/keypoint_plugin.cpp:465
Methodon_colorMapCombo_currentIndexChanged
ch06/color_plugin/color_plugin.cpp:64
Methodon_derivDeltaSpin_valueChanged
ch06/filter_plugin/filter_plugin.cpp:320
Methodon_derivLaplacRadio_toggled
ch06/filter_plugin/filter_plugin.cpp:308
Methodon_derivScaleSpin_valueChanged
ch06/filter_plugin/filter_plugin.cpp:314
Methodon_derivScharrRadio_toggled
ch06/filter_plugin/filter_plugin.cpp:302
Methodon_derivSobelRadio_toggled
ch06/filter_plugin/filter_plugin.cpp:296
Methodon_descriptorCombo_currentIndexChanged
ch07/keypoint_plugin/keypoint_plugin.cpp:485
Methodon_fastNonmaxCheck_toggled
ch07/keypoint_plugin/keypoint_plugin.cpp:390
Methodon_fastThreshSpin_valueChanged
ch07/keypoint_plugin/keypoint_plugin.cpp:385
Methodon_fastTypeCombo_currentIndexChanged
ch07/keypoint_plugin/keypoint_plugin.cpp:395
Methodon_filterButton_pressed
ch03/Plugin_User/mainwindow.cpp:88
Methodon_gaussKernelSizeSpinBox_valueChanged
ch06/filter_plugin/filter_plugin.cpp:266
Methodon_gaussSigmaXSpin_valueChanged
ch06/filter_plugin/filter_plugin.cpp:272
Methodon_gaussSigmaYSpin_valueChanged
ch06/filter_plugin/filter_plugin.cpp:278
Methodon_gfttBlockSpin_valueChanged
ch07/keypoint_plugin/keypoint_plugin.cpp:410
Methodon_gfttDistSpin_valueChanged
ch07/keypoint_plugin/keypoint_plugin.cpp:420
Methodon_gfttMaxSpin_valueChanged
ch07/keypoint_plugin/keypoint_plugin.cpp:415
Methodon_gfttQualitySpin_valueChanged
ch07/keypoint_plugin/keypoint_plugin.cpp:425
Methodon_grayRadio_toggled
ch09/histogram_plugin/histogram_plugin.cpp:67
Methodon_harrisCheck_toggled
ch07/keypoint_plugin/keypoint_plugin.cpp:400
Methodon_harrisKSpin_valueChanged
ch07/keypoint_plugin/keypoint_plugin.cpp:405
Methodon_heightSpin_valueChanged
ch09/histogram_plugin/histogram_plugin.cpp:302
Methodon_helpButton_pressed
ch03/Plugin_User/mainwindow.cpp:67
Methodon_hsvRadio_toggled
ch09/histogram_plugin/histogram_plugin.cpp:77
Methodon_inputImgButton_pressed
ch03/Plugin_User/mainwindow.cpp:58
Methodon_inputPushButton_pressed
ch03/Hello_Qt_OpenCV/mainwindow.cpp:23
Methodon_inputPushButton_pressed
ch02/Hello_Qt_OpenCV/mainwindow.cpp:17
Methodon_interpolationCombo_currentIndexChanged
ch06/transform_plugin/transform_plugin.cpp:199
Methodon_kazeAcceleratedCheck_toggled
ch07/keypoint_plugin/keypoint_plugin.cpp:327
Methodon_kazeDiffCombo_currentIndexChanged
ch07/keypoint_plugin/keypoint_plugin.cpp:365
Methodon_kazeExtendCheck_toggled
ch07/keypoint_plugin/keypoint_plugin.cpp:335
Methodon_kazeLayerSpin_valueChanged
ch07/keypoint_plugin/keypoint_plugin.cpp:360
Methodon_kazeOctaveSpin_valueChanged
ch07/keypoint_plugin/keypoint_plugin.cpp:355
Methodon_kazeThreshSpin_valueChanged
ch07/keypoint_plugin/keypoint_plugin.cpp:350
Methodon_kazeUprightCheck_toggled
ch07/keypoint_plugin/keypoint_plugin.cpp:340
Methodon_keypointCombo_currentIndexChanged
ch07/keypoint_plugin/keypoint_plugin.cpp:480
Methodon_mainTabs_currentChanged
ch06/filter_plugin/filter_plugin.cpp:290
Methodon_matcherCombo_currentIndexChanged
ch07/keypoint_plugin/keypoint_plugin.cpp:490
Methodon_medianApertureSpin_valueChanged
ch06/filter_plugin/filter_plugin.cpp:284
Methodon_morphDilateRadio_toggled
ch06/filter_plugin/filter_plugin.cpp:332
Methodon_morphErodeRadio_toggled
ch06/filter_plugin/filter_plugin.cpp:326
Methodon_morphIterSpin_valueChanged
ch06/filter_plugin/filter_plugin.cpp:344
Methodon_morphMorphRadio_toggled
ch06/filter_plugin/filter_plugin.cpp:338
Methodon_morphShapesCombo_currentIndexChanged
ch06/filter_plugin/filter_plugin.cpp:356
Methodon_morphTypesCombo_currentIndexChanged
ch06/filter_plugin/filter_plugin.cpp:350
Methodon_nextBtn_pressed
ch10/GuiTest/testableform.cpp:19
Methodon_orbFastCheck_toggled
ch07/keypoint_plugin/keypoint_plugin.cpp:455
Methodon_orbFastSpin_valueChanged
ch07/keypoint_plugin/keypoint_plugin.cpp:460
Methodon_orbFeaturesSpin_valueChanged
ch07/keypoint_plugin/keypoint_plugin.cpp:430
Methodon_orbLevelsSpin_valueChanged
ch07/keypoint_plugin/keypoint_plugin.cpp:440
Methodon_orbPatchSpin_valueChanged
ch07/keypoint_plugin/keypoint_plugin.cpp:445
Methodon_orbScaleSpin_valueChanged
ch07/keypoint_plugin/keypoint_plugin.cpp:435
Methodon_orbWtaSpin_valueChanged
ch07/keypoint_plugin/keypoint_plugin.cpp:450
Methodon_outputPushButton_pressed
ch03/Hello_Qt_OpenCV/mainwindow.cpp:32
Methodon_outputPushButton_pressed
ch02/Hello_Qt_OpenCV/mainwindow.cpp:26
Methodon_perspectiveRadio_toggled
ch06/transform_plugin/transform_plugin.cpp:187
Methodon_remapRadio_toggled
ch06/transform_plugin/transform_plugin.cpp:175
Methodon_resizeDoubleRadio_toggled
ch06/transform_plugin/transform_plugin.cpp:169
← previousnext →101–200 of 289, ranked by callers