MSE-CNN Implementation 1
Code database with the implementation of MSE-CNN, from the paper 'DeepQTMT: A Deep Learning Approach for Fast QTMT-based CU Partition of Intra-mode VVC'
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
msecnn_raulkviana.dataset_utils.VideoCaptureYUV Class Reference

Public Member Functions

 __init__ (self, img, size)
 
 read_raw (self, frame_num=None)
 
 read (self)
 

Public Attributes

 height
 
 width
 
 y_len
 
 frame_len
 
 f
 
 shape
 

Detailed Description

Object to contain the YUV files

Constructor & Destructor Documentation

◆ __init__()

msecnn_raulkviana.dataset_utils.VideoCaptureYUV.__init__ (   self,
  img,
  size 
)

Member Function Documentation

◆ read()

msecnn_raulkviana.dataset_utils.VideoCaptureYUV.read (   self)

◆ read_raw()

msecnn_raulkviana.dataset_utils.VideoCaptureYUV.read_raw (   self,
  frame_num = None 
)

Member Data Documentation

◆ f

msecnn_raulkviana.dataset_utils.VideoCaptureYUV.f

◆ frame_len

msecnn_raulkviana.dataset_utils.VideoCaptureYUV.frame_len

◆ height

msecnn_raulkviana.dataset_utils.VideoCaptureYUV.height

◆ shape

msecnn_raulkviana.dataset_utils.VideoCaptureYUV.shape

◆ width

msecnn_raulkviana.dataset_utils.VideoCaptureYUV.width

◆ y_len

msecnn_raulkviana.dataset_utils.VideoCaptureYUV.y_len

The documentation for this class was generated from the following file: