Package org.jetbrains.kotlinx.dl.visualization.swing
Types
Conv2dJPanel
Link copied to clipboard
class Conv2dJPanel(dst: Array<Array<Array<FloatArray>>>, colorCoefficient: Double) : JPanel
Content copied to clipboard
Panel for visualization of convolutional filters.
ImagePanel
Link copied to clipboard
A JPanel to display an image.
ReluGraphics
Link copied to clipboard
Panel for visualization of activation maps.
ReluGraphics2
Link copied to clipboard
Functions
createDetectedLandmarksPanel
Link copied to clipboard
fun createDetectedLandmarksPanel(bufferedImage: BufferedImage, landmarks: List<Landmark>): JPanel
Content copied to clipboard
Create a component with the given bufferedImage and landmarks drawn on top of it.
createDetectedObjectsPanel
Link copied to clipboard
fun createDetectedObjectsPanel(bufferedImage: BufferedImage, detectedObjects: List<DetectedObject>): JPanel
Content copied to clipboard
Create a component with the given bufferedImage and detectedObjects drawn on top of it.
createDetectedPosePanel
Link copied to clipboard
fun createDetectedPosePanel(bufferedImage: BufferedImage, detectedPose: DetectedPose): JPanel
Content copied to clipboard
Create a component with the given bufferedImage and detectedPose drawn on top of it.
createMultipleDetectedPosesPanel
Link copied to clipboard
fun createMultipleDetectedPosesPanel(bufferedImage: BufferedImage, multiPoseDetectionResult: MultiPoseDetectionResult): JPanel
Content copied to clipboard
Create a component with the given bufferedImage and multiPoseDetectionResult drawn on top of it.
drawActivations
Link copied to clipboard
drawFilters
Link copied to clipboard