Dynamic Neural Field Composer 0.0.0
A C++20 library and interactive application for building and simulating Dynamic Neural Field (DNF) architectures.
Loading...
Searching...
No Matches
Classes | Namespaces
resize_2d.h File Reference
#include <cmath>
#include <sstream>
#include <iomanip>
#include "tools/math.h"
#include "element.h"
#include "resize.h"
Include dependency graph for resize_2d.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  dnf_composer::element::Resize2D
 Resamples a 2D input field of size (Nx x Ny) to this element's output size (Mx x My). More...
 
struct  dnf_composer::element::Resize2DParameters
 Parameters for a 2D Resize element. More...
 

Namespaces

namespace  dnf_composer
 
namespace  dnf_composer::element