OpenCV 5.0.0
Open Source Computer Vision
読み込み中...
検索中...
見つかりません
🤖 AIによる機械翻訳(非公式) — これは OpenCV 5.0.0 公式リファレンス(英語)を AI (Claude) で自動翻訳したものです。訳に誤りを含む場合があります。正確な情報は 公式英語版(原文) を参照してください。

詳細説明

The Berkeley Segmentation Dataset and Benchmark

データセットの読み込みを実装する:

"The Berkeley Segmentation Dataset and Benchmark": https://www2.eecs.berkeley.edu/Research/Projects/CS/vision/grouping/segbench/

使用例:

  1. 上記のリンクから BSDS300-images.tgz をダウンロードする。
  2. 展開する。
  3. データを読み込むには次を実行する:
    ./opencv/build/bin/example_datasets_sr_bsds -p=/home/user/path_to_unpacked_folder/

DIV2K dataset: DIVerse 2K

データセットの読み込みを実装する:

"DIV2K dataset: DIVerse 2K": https://data.vision.ee.ethz.ch/cvl/DIV2K/

使用例:

  1. 上記のリンクから 'Train data (HR images)'、またはデータセットのその他のファイルをダウンロードする。
  2. 展開する。
  3. データを読み込むには次を実行する:
    ./opencv/build/bin/example_datasets_sr_div2k -p=/home/user/path_to_unpacked_folder/folder_containing_the_images/

The General-100 Dataset

データセットの読み込みを実装する:

"General-100 dataset contains 100 bmp-format images (with no compression). We used this dataset in our FSRCNN ECCV 2016 paper. The size of these 100 images ranges from 710 x 704 (large) to 131 x 112 (small). They are all of good quality with clear edges but fewer smooth regions (e.g., sky and ocean), thus are very suitable for the super-resolution training.": http://mmlab.ie.cuhk.edu.hk/projects/FSRCNN.html

使用例:

  1. 上記のリンクから General-100.zip をダウンロードする。
  2. 展開する。
  3. データを読み込むには次を実行する:
    ./opencv/build/bin/example_datasets_sr_general100 -p=/home/user/path_to_unpacked_folder/

クラス

class  cv::datasets::SR_bsds
 
struct  cv::datasets::SR_bsdsObj
 
class  cv::datasets::SR_div2k
 
struct  cv::datasets::SR_div2kObj
 
class  cv::datasets::SR_general100
 
struct  cv::datasets::SR_general100Obj