0% found this document useful (0 votes)
122 views1 page

Software Design+

This document summarizes a crop image aggregation system. The system allows farmers to upload images which are then processed using algorithms to check for diseases by comparing to a database. Administrators can process images, create and delete groups, and add/edit/delete users. The system uses login pages, form submissions, and a MySQL database to store user and image mapping information.

Uploaded by

Gaurav Gaikwad
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
122 views1 page

Software Design+

This document summarizes a crop image aggregation system. The system allows farmers to upload images which are then processed using algorithms to check for diseases by comparing to a database. Administrators can process images, create and delete groups, and add/edit/delete users. The system uses login pages, form submissions, and a MySQL database to store user and image mapping information.

Uploaded by

Gaurav Gaikwad
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Crop Image Aggregations

Farmer<<JavaScript>> <<Authenticate Form>> <<Form>> <<Form>>


document.write Check UserName <<input> > Disease Display Result
("Upload Image"); Password _name
<<input> > username Check Database
<<input>> password

<<Admin>>
ANN Base System
Check Binary Image
Map();
Filter Image();
<<link>>
Compare Image();
if (userType == admin)
<<Farmer>> <<Admin>> sort Image()
Login Page Image Processing Algorithms createGroup();
deleteGroup()
addUser(); editUser();
deleteUser()
changePass();
<<submit>> Image Processing
Filters();

<<builds>>
<<builds>>
Login Successful

<<builds>>
<<submit>>
{parameters: username, pass}

<<Server>> <<Server>>
Login After Login
+Check_Image_Binary_M Image Aggregation();
aping() Display Result();
+Start_PreProcessing() +LogOut()
+addImage_map_Filters()

<<uses>> <<uses>>

Contains
User Table
Image Mapping Table
MySQL Database -manipulated directly
Disease Database

You might also like