WebAPI

Factory Describe

« Back to WebAPI

Request

http://127.0.0.1:7500/factory/describe?name=Smooth

Response

{
	"success":	1,
	"message":	"ok",
	"describe":	{
		"name":	"Smooth",
		"description":	"Smooth an image with one of several filters",
		"author":	"native",
		"running":	0,
		"properties":	{
			"filter":	"gaussian",
			"id":	"Smooth1",
			"size":	"1.000000",
			"use_thread":	"false"
		},
		"inputs":	[{
				"index":	0,
				"name":	"image",
				"type":	"IplImage"
			}],
		"outputs":	[{
				"index":	0,
				"name":	"image",
				"type":	"IplImage"
			}]
	}
}