OpenNN
Open-source neural networks library
Loading...
Searching...
No Matches
image_utilities.h File Reference
#include "pch.h"

Go to the source code of this file.

Namespaces

namespace  opennn
 

Functions

Tensor3 opennn::load_image (const filesystem::path &)
 
Tensor3 opennn::resize_image (const Tensor3 &, Index, Index)
 
void opennn::reflect_image_horizontal (Tensor3 &)
 
void opennn::reflect_image_vertical (Tensor3 &)
 
void opennn::rotate_image (const Tensor3 &, Tensor3 &, float)
 
void opennn::translate_image_x (const Tensor3 &, Tensor3 &, Index)
 
void opennn::translate_image_y (const Tensor3 &, Tensor3 &, Index)