mirror of
https://github.com/opencv/opencv.git
synced 2025-06-30 00:34:37 +08:00
Merge pull request #11211 from alalek:build_sample_viz
This commit is contained in:
commit
3c4f1b0a8f
@ -163,7 +163,7 @@ int main (int argc,char **argv)
|
|||||||
waitKey(30);
|
waitKey(30);
|
||||||
//! [slide_bar_for_thresh]
|
//! [slide_bar_for_thresh]
|
||||||
//! [manage_viz_imshow_window]
|
//! [manage_viz_imshow_window]
|
||||||
h.fen3D = new viz::Viz3d("3D Histogram");
|
h.fen3D = makePtr<viz::Viz3d>("3D Histogram");
|
||||||
h.nbWidget=0;
|
h.nbWidget=0;
|
||||||
h.fen3D->registerKeyboardCallback(KeyboardViz3d,&h);
|
h.fen3D->registerKeyboardCallback(KeyboardViz3d,&h);
|
||||||
DrawHistogram3D(h);
|
DrawHistogram3D(h);
|
||||||
|
Loading…
Reference in New Issue
Block a user