jacinle.image.imgproc#
Classes
Functions
|
|
|
center crop |
|
|
|
|
|
|
|
|
|
|
|
|
|
left-up crop |
|
|
|
|
|
|
|
|
|
|
|
Class ShuffleType
- class ShuffleType[source]#
Bases:
JacEnum
- __new__(value)#
- classmethod assert_valid(value)#
Assert if the value is a valid choice.
- classmethod choice_names()#
Returns the list of the name of all possible choices.
- classmethod choice_objs()#
Returns the list of the object of all possible choices.
- classmethod choice_values()#
Returns the list of the value of all possible choices.
- classmethod is_valid(value)#
Check if the value is a valid choice.
- classmethod type_name()#
Return the type name of the enum.
- CHANNEL_FIRST = 'channel_first'#
- CHANNEL_LAST = 'channel_last'#
Functions