We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdd0c10 commit a5256f3Copy full SHA for a5256f3
src/graphics.rs
@@ -85,7 +85,7 @@ pub struct Cell {
85
/// ```rust,no_run
86
/// use arrayfire::{histogram, load_image, Window};
87
/// let mut wnd = Window::new(1280, 720, String::from("Image Histogram"));
88
-/// let img = load_image("Path to image".to_string(), true/*If color image, 'false' otherwise*/);
+/// let img = load_image::<f32>("Path to image".to_string(), true/*If color image, 'false' otherwise*/);
89
/// let hst = histogram(&img, 256, 0 as f64, 255 as f64);
90
///
91
/// loop {
0 commit comments