Figment Nodes
This is a list of all the nodes in Figment:
Core
Image Operations
Creating / Loading Images
- Constant: Render a constant color.
- Fetch Image: Fetch an image from the internet.
- Load Image: Load an image from a file.
- Load Image Folder: Load a folder of images.
- Load Movie: Load a movie file.
- Unsplash: Fetch a random image from Unsplash.
- Webcam Image: Return a webcam stream.
Resizing / Cropping / Combining images
- Resize: Resize the input image.
- Crop: Crop an input image.
- Composite: Combine two images together.
- Stack: Combine 2 images horizontally / vertically.
Filters / Effects
The images of the examples courtesy of John Mark Arnold and Sergey Shmidt.
- Blur: Blur an input image.
- Border: Generate a border around the image.
- Canny: Canny edge detection on input image.
- Mask Ellipse: Draw a circular mask of an image or color.
- Emboss: Emboss convolution on an input image.
- Grayscale: Convert the input image to grayscale.
- Invert: Invert the colors of input image.
- Lens Distortion: Distort an image using a lens distortion shader.
- Levels: Change the brightness/contrast/saturation of an image.
- Lookup: Map the colors of one image to another image.
- Mirror: Mirror the input image over a specific axis.
- Modulate Color: Adjust the colors of the input image.
- Pixelate: Pixelate the input image.
- Reduce Color: Reduce the amount of colors of input image.
- Sharpen: Sharpen an input image
- Sobel: Sobel edge detection on input image.
- Squares: Return input image as squares.
- Threshold: Change brightness threshold of input image.
- Trail: Don't erase the previous input image, creating a trail.
- Transform: Transform the image.
Machine Learning
- Detect Objects: Detect objects in an image and draws labels around them.
- Detect Faces: Detect faces in an image.
- Detect Pose: Detect human poses in input image.
- Segment Pose: Remove the background from an image.
- Detect Hands: Detect hands in an input image.
- Image to Image: Run a generative image to image model (pix2pix).