From: http://www.cnblogs.com/xylc/p/3406026.html

本模块为跨平台的gui/IO组件,支持平台包括windows,linux,mac,IOS,android,可支持图像/视频/摄像头的读取显示以及转码。


 

本模块为跨平台的gui/IO组件,包括如下图所示文件:

[OpenCV] HighGUI

 

unsw@unsw-UX303UB$ tree -L 9
.
├── CMakeLists.txt
├── doc
│   ├── highgui.rst
│   ├── pics
│   │   └── qtgui.png
│   ├── qt_new_functions.rst
│   ├── reading_and_writing_images_and_video.rst
│   └── user_interface.rst
├── include
│   └── opencv2
│       ├── highgui
│       │   ├── cap_ios.h
│       │   ├── highgui_c.h
│       │   ├── highgui.hpp
│       │   └── ios.h
│       └── highgui.hpp
├── perf
│   ├── perf_input.cpp
│   ├── perf_main.cpp
│   ├── perf_output.cpp
│   └── perf_precomp.hpp
├── src
│   ├── agile_wrl.h
│   ├── bitstrm.cpp
│   ├── bitstrm.hpp
│   ├── cap_android.cpp
│   ├── cap_avfoundation.mm
│   ├── cap_cmu.cpp
│   ├── cap.cpp
│   ├── cap_dc1394.cpp
│   ├── cap_dc1394_v2.cpp
│   ├── cap_dshow.cpp
│   ├── cap_ffmpeg_api.hpp
│   ├── cap_ffmpeg.cpp
│   ├── cap_ffmpeg_impl.hpp
│   ├── cap_giganetix.cpp
│   ├── cap_gstreamer.cpp
│   ├── cap_images.cpp
│   ├── cap_intelperc.cpp
│   ├── cap_ios_abstract_camera.mm
│   ├── cap_ios_photo_camera.mm
│   ├── cap_ios_video_camera.mm
│   ├── cap_libv4l.cpp
│   ├── cap_mil.cpp
│   ├── cap_msmf.cpp
│   ├── cap_msmf.hpp
│   ├── cap_openni.cpp
│   ├── cap_pvapi.cpp
│   ├── cap_qt.cpp
│   ├── cap_qtkit.mm
│   ├── cap_tyzx.cpp
│   ├── cap_unicap.cpp
│   ├── cap_v4l.cpp
│   ├── cap_vfw.cpp
│   ├── cap_ximea.cpp
│   ├── cap_xine.cpp
│   ├── ffmpeg_codecs.hpp
│   ├── files_Qt
│   │   ├── Milky
│   │   │   ├── 48
│   │   │   │   ├── 1.png ...
│   │   │   ├── 64
│   │   │   │   ├── 1.png ...
│   │   │   └── README.txt
│   │   └── stylesheet_trackbar.qss
│   ├── grfmt_base.cpp
│   ├── grfmt_base.hpp
│   ├── grfmt_bmp.cpp
│   ├── grfmt_bmp.hpp
│   ├── grfmt_exr.cpp
│   ├── grfmt_exr.hpp
│   ├── grfmt_imageio.cpp
│   ├── grfmt_imageio.hpp
│   ├── grfmt_jpeg2000.cpp
│   ├── grfmt_jpeg2000.hpp
│   ├── grfmt_jpeg.cpp
│   ├── grfmt_jpeg.hpp
│   ├── grfmt_png.cpp
│   ├── grfmt_png.hpp
│   ├── grfmt_pxm.cpp
│   ├── grfmt_pxm.hpp
│   ├── grfmts.hpp
│   ├── grfmt_sunras.cpp
│   ├── grfmt_sunras.hpp
│   ├── grfmt_tiff.cpp
│   ├── grfmt_tiff.hpp
│   ├── ios_conversions.mm
│   ├── loadsave.cpp
│   ├── ppltasks_winrt.h
│   ├── precomp.hpp
│   ├── utils.cpp
│   ├── utils.hpp
│   ├── window_carbon.cpp
│   ├── window_cocoa.mm
│   ├── window.cpp
│   ├── window_gtk.cpp
│   ├── window_QT.cpp
│   ├── window_QT.h
│   ├── window_QT.qrc
│   └── window_w32.cpp
└── test
    ├── test_basic_props.cpp
    ├── test_drawing.cpp
    ├── test_ffmpeg.cpp
    ├── test_fourcc.cpp
    ├── test_framecount.cpp
    ├── test_grfmt.cpp
    ├── test_gui.cpp
    ├── test_main.cpp
    ├── test_positioning.cpp
    ├── test_precomp.hpp
    ├── test_video_io.cpp
    └── test_video_pos.cpp
View Code

相关文章:

  • 2022-02-09
  • 2022-01-15
  • 2021-07-08
  • 2021-04-09
  • 2021-11-07
  • 2022-12-23
  • 2021-10-03
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-09-07
  • 2021-09-13
  • 2021-05-17
  • 2021-09-24
  • 2021-10-19
相关资源
相似解决方案