  @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
  @prefix epid: <https://arxiv.universalpublishings.com/id/> .
  @prefix dc: <http://purl.org/dc/elements/1.1/> .
  @prefix event: <http://purl.org/NET/c4dm/event.owl#> .
  @prefix doi: <https://doi.org/> .
  @prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
  @prefix eprel: <http://eprints.org/relation/> .
  @prefix dct: <http://purl.org/dc/terms/> .
  @prefix ep: <http://eprints.org/ontology/> .
  @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
  @prefix foaf: <http://xmlns.com/foaf/0.1/> .
  @prefix skos: <http://www.w3.org/2004/02/skos/core#> .
  @prefix void: <http://rdfs.org/ns/void#> .
  @prefix owl: <http://www.w3.org/2002/07/owl#> .
  @prefix bibo: <http://purl.org/ontology/bibo/> .
  @prefix cc: <http://creativecommons.org/ns#> .
  @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

<>
	foaf:primaryTopic <https://arxiv.universalpublishings.com/id/eprint/56457>;
	rdfs:comment "The repository administrator has not yet configured an RDF license."^^xsd:string .

<https://arxiv.universalpublishings.com/id/eprint/56457#authors>
	rdf:_1 <https://arxiv.universalpublishings.com/id/person/ext-bc2fff1db2ab6ceffc92deff1cb43343>;
	rdf:_2 <https://arxiv.universalpublishings.com/id/person/ext-53e95681be4c5ca3d1fe1f0a11908db3>;
	rdf:_3 <https://arxiv.universalpublishings.com/id/person/ext-ab858c48f54de3cafb72e4e2b4569be5> .

<https://arxiv.universalpublishings.com/id/eprint/56457/>
	dc:format "text/html";
	dc:title "HTML Summary of #56457 \n\nTHE CANNY ALGORITHM IMPLEMENTATION FOR OBTAINING THE OBJECT CONTOUR IN A MOBILE ROBOT’S WORKSPACE IN REAL TIME\n\n";
	foaf:primaryTopic <https://arxiv.universalpublishings.com/id/eprint/56457> .

<https://arxiv.universalpublishings.com/id/eprint/56457>
	bibo:abstract "The article is devoted to the Canny algorithm implementation for obtaining the objects contours in mobile robots’ workspace in real time. The paper presents the mathematical foundations of the algorithm, including all key stages: from image pre-processing up to the Canny operator application. The article main focus is the algorithm integration into the mobile robot system and its adaptation to the dynamic conditions of the workspace. The developed program in the Python programming language using the PyCharm development environment demonstrates the high performance of the algorithm in real time. A series of experiments has confirmed that the average video stream processing speed fluctuates in a narrow range from 1000.07 to 1002.70 frames per second."^^xsd:string;
	bibo:authorList <https://arxiv.universalpublishings.com/id/eprint/56457#authors>;
	bibo:status <http://purl.org/ontology/bibo/status/published>;
	dct:creator <https://arxiv.universalpublishings.com/id/person/ext-53e95681be4c5ca3d1fe1f0a11908db3>,
		<https://arxiv.universalpublishings.com/id/person/ext-ab858c48f54de3cafb72e4e2b4569be5>,
		<https://arxiv.universalpublishings.com/id/person/ext-bc2fff1db2ab6ceffc92deff1cb43343>;
	dct:date "2024-03-02";
	dct:isPartOf <https://arxiv.universalpublishings.com/id/repository>,
		<https://arxiv.universalpublishings.com/id/publication/ext-b6530cc07ed9d05480e619db77ea5cb1>;
	dct:publisher <https://arxiv.universalpublishings.com/id/org/ext-dce91bc34ec9a52b0fb2d7899759e2d8>;
	dct:title "THE CANNY ALGORITHM IMPLEMENTATION FOR OBTAINING THE OBJECT CONTOUR IN A MOBILE ROBOT’S WORKSPACE IN REAL TIME"^^xsd:string;
	rdf:type bibo:AcademicArticle,
		bibo:Article,
		ep:ArticleEPrint,
		ep:EPrint;
	rdfs:seeAlso <https://arxiv.universalpublishings.com/id/eprint/56457/> .

<https://arxiv.universalpublishings.com/id/org/ext-dce91bc34ec9a52b0fb2d7899759e2d8>
	foaf:name "\"Research Science and Innovation house\" LLC"^^xsd:string;
	rdf:type foaf:Organization .

<https://arxiv.universalpublishings.com/id/person/ext-53e95681be4c5ca3d1fe1f0a11908db3>
	foaf:familyName "Maksymova"^^xsd:string;
	foaf:givenName "Svitlana"^^xsd:string;
	foaf:name "Svitlana Maksymova"^^xsd:string;
	rdf:type foaf:Person .

<https://arxiv.universalpublishings.com/id/person/ext-ab858c48f54de3cafb72e4e2b4569be5>
	foaf:familyName "Abu-J"^^xsd:string;
	foaf:givenName "Amer"^^xsd:string;
	foaf:name "Amer Abu-J"^^xsd:string;
	rdf:type foaf:Person .

<https://arxiv.universalpublishings.com/id/person/ext-bc2fff1db2ab6ceffc92deff1cb43343>
	foaf:familyName "Yevsieiev"^^xsd:string;
	foaf:givenName "Vladyslav"^^xsd:string;
	foaf:name "Vladyslav Yevsieiev"^^xsd:string;
	rdf:type foaf:Person .

<https://arxiv.universalpublishings.com/id/publication/ext-b6530cc07ed9d05480e619db77ea5cb1>
	foaf:name "Journal of Universal Science Research"^^xsd:string;
	rdf:type bibo:Collection .

