Skip to content

Commit 94b7727

Browse files
committed
Cleanup
1 parent 7de6e6d commit 94b7727

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/manual/core/data_type.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ data_type!(rgb::RGB8, core::CV_8U, 3);
6868
#[cfg(feature = "rgb")]
6969
data_type!(rgb::RGBA8, core::CV_8U, 4);
7070
#[cfg(feature = "rgb")]
71-
data_type!(rgb::alt::GRAY8, core::CV_8U, 1);
71+
data_type!(rgb::alt::Gray<u8>, core::CV_8U, 1);
7272
#[cfg(feature = "rgb")]
73-
data_type!(rgb::alt::GRAYA8, core::CV_8U, 2);
73+
data_type!(rgb::alt::GrayAlpha<u8>, core::CV_8U, 2);
7474
#[cfg(feature = "rgb")]
7575
data_type!(rgb::alt::BGR8, core::CV_8U, 3);
7676
#[cfg(feature = "rgb")]

0 commit comments

Comments
 (0)