際際滷

際際滷Share a Scribd company logo
Student Innovations:
CS Senior Capstone Projects
Sample CS Senior Capstone Projects
Mike McCarthy Chris Samuelson Chris Beals
Created By:
with
Adivsor:
Fred Annexstein
2014
Controller Behaviors
Left Trigger
Right Trigger
Left Bumper
Right Bumper
DPad/ Left Analog
Right Analog
Block
Ranged Attack
Dash
Melee Attack
Move
Aim
What is EVO?
Desciption
Method
Goals
Future of EVO
Results
Enemy Evolutionary Process
Example Evolution
Genetic Algorithm
3D Stereoscopic Modeling
Andrew Janson, Josh Ellis
Advisor: Dr. Paul Talaga
College of Engineering and Applied Science, University of Cincinnati, Cincinnati, OH 45221
Introduction
How Stereo Vision Works
Methods
Future Work
1
 3-D scanning is the process of converting physical objects to
numerical data that can be geometrically represented.
 Digital models allow for testing and redesign of real objects without
wasting physical resources.
3
4
Image Capture
Disparity Maps
3-D Representation
 Easy to setup/use software and hardware
 Quickly capture sets of stereoscopic images
 Generate 3D model from disparity map
Objectives 2
http://qz.com/96806/with-3d-printing-youll-be-able-to-replicate-
the-worlds-famous-sculptures/
5 Image Sets
i. Front
ii. Right
iii. Back
iv. Left
v. Top
Actual Depth Calculation
Digital representation
of each side
Calculated height for
each pixel in image
Hexagonal Prism Front View Side View
MeshlabApply Mesh (each side) Point Cloud
ImportSave to file
 Higher resolution for better modeling
 3-D Printing integration
 Larger scanning area
 Faster processing time
Known
 D-wall
 D-center
Calculate
 D-object
 Object size
 2 images of same object (slightly different angles)
 Find pixels on each image corresponding to same point on real object
 Triangulation to calculate distance from real object to cameras
Stereoscopic Camera Human Eyes
5
Stereoscopic
Image
TocswRenderingwEngine
ScottwResnick
Advisor:wTalaga
TemplatewShaders Results
wwwwSinglewPasswOrderwindependentwTransparencyw
DSPOITqwallowswmanywtransparentwlayerswtowbew
displayedwinwthewcorrectworder+wThiswawcommonw
problemwforwthingswlikewintersectingwparticleweffects+w
TowsolvewthewproblemwIwusewperwpixelwpagedwlinkedw
lists+wThewlistswgetwpopulatedLwsortedLwandwblendedw
entirelywonwthewGPU+wThiswfeaturewiswatwthewcorewofw
thewrenderingwenginewandwisweasilywaccessiblewtow
multiplewmaterialwtypes+
SPOIT
wwwwTowevaluatewlightingwonwgeometrywIwusewTiledwShading+w
Doingwsowallowswefficientwevaluationwofwlightswinwbothw
forwardwandwdeferredwlightingwpipelines+wThewforwardw
pipelinewletswtransparentwgeometrywandwuniquewlightingw
equationswbewevaluatedwquickly+wThewdeferredwpipelinew
helpswreducewthewcostwofwoverdraw+wTildedwshadingw
divideswthewviewingwfrustumwintowtiles+wEachwtilewactswaswaw
binwthatwholdswallwlightswthatwintersectwthatwtileUswviewingw
frustum+wThesewbinswarewpassedwtowthewgraphicswcardwandw
iteratedwoverwwtowevaluatewlightwonwsurfaceswinsideweachw
tileUswfrustum+wBywusingwtileswwewensurewthatwneighboringw
pixelswarewmostwlikelywtowsharewthewsamewbinwofwlightsLwthisw
reduceswwarpwdivergence+
TiledwShading GPUwParticlesDescriptionwwwwThewTocswRenderingwEnginewiswawmodernwOpenGLw
poweredwCBBwMDwgraphicswengine+wThewenginewprovideswanw
easywtowusewinterfacewforwcreatingwhighwperformancewMDw
gameswandwsimulations+wThewenginewfeatureswawpowerfulwtilew
basedwlightingwevaluationwallowingwforwefficientwforwardwandw
deferredwevaluation+wThewforwardwpipelinewallowswforwmanyw
differentwBRDFswtowbewexecutedLwwhilewthewdeferredwpipelinew
saveswonwlightingwcalculationswforwawsinglewstandardwBRDF+w
Singlewpassworderwindependentwtransparencywcoupledwwithw
forwardwlightingwletswmanywlayerswofwtransparentwgeometrywtow
bewlitwandwdisplayedwcorrectly+wAdditionallywthewenginewhasw
anweasywtowusewflexiblewmaterialwsystemwwhichwutilizeswaw
shaderwtemplatingwandwgenerationwsystem+wThewrobustwassetw
managementwsystemwallowswsimplewfileswtowbewcreatedw
dictatingwelementswofwthewscene+
wwwwAwcommonwproblemwwithwexistingwgraphicalwengineswisww
thewneedwforwmanywsimilarwshaderswthatwonlywdifferwbasedw
onwthewtypeswofwinputwtheywtake+wTowreducewprogrammerw
overheadwofwwritingwthewsamewshaderwmanywtimesLwIw
createdwawshaderwtemplatingwsystem+wItwuseswaw
preprocesswofwGLSLwtowgeneratewnecessarywcodewtow
acceptwspecifiedwinputwtypes+wThiswallowswthewsamew
shaderwcodewtowacceptwinputwfromwtexturesLwconstantsLw
vertexwdataLwandwotherweasilywimplementablewinputwtypes+w
Bywallowingwthewsamewcodewtowbewusedwwithwmanywinputw
typeswyouwreducewworkwforwshaderwprogrammerswandw
reducewthewchancewofwerrorswbeingwintroducedwintow
duplicatewcode+wGeneratedwandwcompiledwshaderswarew
cachedwtowreducewthewgenerationwandwcompilationwcost+
wwwwThewrenderingwenginewalsowfeatureswawmodularwparticlew
system+wThiswallowswdifferentwemittersLwcontrollersLwandw
particlewtypeswtowbewcombinedwforwanweasywtowusewwidewrangew
ofwparticleweffects+wGPUwcontrollerswbuildwthewcomputew
shaderwshellwaroundwawuserwdefinedwupdatewfunction+w
AllowingweasywrapidwprototypingwofwGPUwupdatedwparticles+w
ThiswcombinedwwithwawlibrarywofwGLSLwcomputewfunctionswtow
aidwinwacheivingwimpressivewparticlewbehaviourswmakeswitw
quickwtowfinewtunewparticlewsystems+
CurlwNoisewdrivenwparticles+
Manywcorrectlywrenderedw
transparentwlayers
For Android
Daniel
Hagerstrand
Alex Morgan
Advisor:
Dr. Michael Helmick
Background
Design
Cascade LMSis an open source Learning
Management System, piloted by the University of
Cincinnati's computer science department, that
combines course management with social
networking to connect students and professors.
With Cascade LMSfor Android, students can view
and post status updates, submit assignments, and
check their grades all from their Android device.
Android is a trademark of Google Inc.
Results
 We have successfully produced a
client for Cascade LMSusing OAuth
and the XML API.
 Users can log into Cascade LMSfrom
any supported Android device.
 The app provides viewing access to
the Social Stream, Course Blog,
Documents, Assignments, and Grades.
Goals
 Create a free, open-source
Android application that can
communicate with a Cascade LMS
server.
 Design a UI that allows access to
Cascade LMSwhile also providing
the experience Android users
expect.
 Let students interact with their
professors and classmates
through the Social Stream and
Course Blog.
 Allow students to view and
manage their Documents,
Assignments, and Grades for each
course.
 Focus on the social aspect of
Cascade LMSby placing the Social
Stream front and center.
Were on GitHub!
http://git.io/dP-AGw
Future
 Let students submit assignments
from their device.
 Push notifications to students when
grades or assignments are posted.
 Publish the application to the Google
Play Store.
Sample CS Senior Capstone Projects
GUARDS II
Goal-driven Users and Agents for Recognition , Di s covery and Synthesis of Knowledge II
Introduction
Technologies and Tools
Datasets
GUARDS II analyzes trafficda ta through the
collectio
n
of tw eets, trafficc amera images and
weather data. Techniques such as twitter
sentime n t analysis, image processing of traffic
images, and in-depth analysis of weather data
patterns are util
i
z ed to give users an analysis of
the current trafficin Ci nci nn ati.
Programming:
Python 2.6, Java, CSS, Bootstrap, HTML 5
Infrastructure:
EECS Cloud running OpenStack
CentOS operating s ystem
MySQL databases
Twitter Feed Data Pull:
Twitter Feed (Python)
Tweets are pulled with a script using
Tweepy API
Util
i
z es keyword searching algorithm
Sentiment Analysis (Java)
Uses Stanford Natural Language
Processing Algorithm (CoreNLP) to
analyze tweet meaning and sentime n t
Categorizes sentime n t of each state-
ment: Positiv
e
, Neutral, and Negative
Added a custom key word analysis based
on trafficr elated terms
- wreck, incident, construction ,
blocked, backed-up, etc.
Detects anomalous language
The Team and Project Sponsors
Motivation
GUARDS II is a proof-of-concept project that can
be used to detect anomalies in various applica-
tio
n
s. W e have demonstrated the project
application f or traffic datasets.
Other application s include:
Natio
n
al Secur it y and Crime-related datasets
Banking and Finance datasets
Insurance datasets
Image Processing:
TrafficCame r a Image Capture (Python)
Download images every 4 seconds
Initia
l
I mage Processing (Java)
Converts image to grayscale
Reduces quality of image to assist in
recognizing individual vehicles
Car Counting (Java)
Takes two images as input
Finds the differences in images to detect
and count moving vehicles
TrafficIma g es
Weather Data Pull:
Weather Analysis (Python)
Uses Weather Underground API
Analyzes weather data for given city:
-Temperature
-Precipitation
-Humidity
-Wind Gust
Main component is precipitation in the
last hour
Weather Analysis (Java)
Uses thresholds to determine the effect
that weather factors have on traffic
tim
e
Weather DataTwitter Feed
Design
The Project Customer
The main purpose of the project is to work with
Edaptive Computing Inc. to mine heterogeneous
datasets and analyze data. GUARDS II focuses on
trafficda ta and displays results to users based on
the programs find ings. The results of the project
are aimed to assist Edaptive Computing with
detectin
g
pa tterns for their AFRL based projects.
GUARDS II Web Application
Craig Ashworth Priya Chawla
Samuel ReedAndrew Yingling
Functio
n
al it y:
Users select a location on the hi g hway
they would like to examine
- A map is displayed with the selected location
We present the current traffican alysis
on a 5-tier sc ale:
- Significantly Faster
- Slightly Faster
- Average
- Slightly Slower
- Significantly Slower
Additional data is provided to help the
user understand the purpose of the
traffics tatus
Users can view the project background,
history of past results, and information
about the team on the other tabs of the
web application
Before Image Processing: After Image Processing:
Advisor: Dr. Raj Bhatnagar
Sample CS Senior Capstone Projects
Sample CS Senior Capstone Projects
Ad

Recommended

CS1 and Python
CS1 and Python
Fred Annexstein
CAPSTONE PROJECT FINAL
CAPSTONE PROJECT FINAL
Lara Paek
IT 415 - Capstone Project Orientation
IT 415 - Capstone Project Orientation
Sheryl Satorre
Smart Traffic Monitoring System Report
Smart Traffic Monitoring System Report
ALi Baker
INDOOR AND OUTDOOR NAVIGATION ASSISTANCE SYSTEM FOR VISUALLY IMPAIRED PEOPLE ...
INDOOR AND OUTDOOR NAVIGATION ASSISTANCE SYSTEM FOR VISUALLY IMPAIRED PEOPLE ...
IRJET Journal
Project_Objectives
Project_Objectives
Th辿o Monfort
Under the hood, fighting fires with realtime semantic web technology
Under the hood, fighting fires with realtime semantic web technology
Bart van Leeuwen
Traffic Management system using Deep Learning
Traffic Management system using Deep Learning
IRJET Journal
On the way of listening to the crowd for supporting modeling activities
On the way of listening to the crowd for supporting modeling activities
Davide Ruscio
SRCenabling application development for the internet of things
SRCenabling application development for the internet of things
IEI GSC
PowerPoint
PowerPoint
Videoguy
IRJET - Smart Vision System for Visually Impaired People
IRJET - Smart Vision System for Visually Impaired People
IRJET Journal
Towards application development for the internet of things
Towards application development for the internet of things
Pankesh Patel
TRAFFIC SIGN BOARD RECOGNITION AND VOICE ALERT SYSTEM USING CNN
TRAFFIC SIGN BOARD RECOGNITION AND VOICE ALERT SYSTEM USING CNN
IRJET Journal
NoSQL with Hadoop and HBase
NoSQL with Hadoop and HBase
NGDATA
Smart Parking Solution using Camera Networks and Real-time Computer Vision
Smart Parking Solution using Camera Networks and Real-time Computer Vision
IRJET Journal
IRJET- Smart Helmet for Visually Impaired
IRJET- Smart Helmet for Visually Impaired
IRJET Journal
The world is the computer and the programmer is you
The world is the computer and the programmer is you
Davide Carboni
IoTReport
IoTReport
Marc Bacvanski
817065
817065
Gautam Siwach
Platforms and the Semantic Web
Platforms and the Semantic Web
Danny Ayers
IRJET- Face-Track: Smart Attendance System using Face Recognition
IRJET- Face-Track: Smart Attendance System using Face Recognition
IRJET Journal
I want to be a Data DJ!
I want to be a Data DJ!
Paul Groth
Scientific Applications of The Data Distribution Service
Scientific Applications of The Data Distribution Service
Angelo Corsaro
Viswanth_chadalawada_ft_resume
Viswanth_chadalawada_ft_resume
Viswanth Chadalawada
Video Surveillance System
Video Surveillance System
Ali Mattash
InSTEDD ETech Presentation
InSTEDD ETech Presentation
Eduardo Jezierski
We are the music makers and we are the dreamers of dreams
We are the music makers and we are the dreamers of dreams
Texas Natural Resources Information System
GEOGRAPHY-Study Material [ Class 10th] .pdf
GEOGRAPHY-Study Material [ Class 10th] .pdf
SHERAZ AHMAD LONE
Plate Tectonic Boundaries and Continental Drift Theory
Plate Tectonic Boundaries and Continental Drift Theory
Marie

More Related Content

Similar to Sample CS Senior Capstone Projects (20)

On the way of listening to the crowd for supporting modeling activities
On the way of listening to the crowd for supporting modeling activities
Davide Ruscio
SRCenabling application development for the internet of things
SRCenabling application development for the internet of things
IEI GSC
PowerPoint
PowerPoint
Videoguy
IRJET - Smart Vision System for Visually Impaired People
IRJET - Smart Vision System for Visually Impaired People
IRJET Journal
Towards application development for the internet of things
Towards application development for the internet of things
Pankesh Patel
TRAFFIC SIGN BOARD RECOGNITION AND VOICE ALERT SYSTEM USING CNN
TRAFFIC SIGN BOARD RECOGNITION AND VOICE ALERT SYSTEM USING CNN
IRJET Journal
NoSQL with Hadoop and HBase
NoSQL with Hadoop and HBase
NGDATA
Smart Parking Solution using Camera Networks and Real-time Computer Vision
Smart Parking Solution using Camera Networks and Real-time Computer Vision
IRJET Journal
IRJET- Smart Helmet for Visually Impaired
IRJET- Smart Helmet for Visually Impaired
IRJET Journal
The world is the computer and the programmer is you
The world is the computer and the programmer is you
Davide Carboni
IoTReport
IoTReport
Marc Bacvanski
817065
817065
Gautam Siwach
Platforms and the Semantic Web
Platforms and the Semantic Web
Danny Ayers
IRJET- Face-Track: Smart Attendance System using Face Recognition
IRJET- Face-Track: Smart Attendance System using Face Recognition
IRJET Journal
I want to be a Data DJ!
I want to be a Data DJ!
Paul Groth
Scientific Applications of The Data Distribution Service
Scientific Applications of The Data Distribution Service
Angelo Corsaro
Viswanth_chadalawada_ft_resume
Viswanth_chadalawada_ft_resume
Viswanth Chadalawada
Video Surveillance System
Video Surveillance System
Ali Mattash
InSTEDD ETech Presentation
InSTEDD ETech Presentation
Eduardo Jezierski
We are the music makers and we are the dreamers of dreams
We are the music makers and we are the dreamers of dreams
Texas Natural Resources Information System
On the way of listening to the crowd for supporting modeling activities
On the way of listening to the crowd for supporting modeling activities
Davide Ruscio
SRCenabling application development for the internet of things
SRCenabling application development for the internet of things
IEI GSC
PowerPoint
PowerPoint
Videoguy
IRJET - Smart Vision System for Visually Impaired People
IRJET - Smart Vision System for Visually Impaired People
IRJET Journal
Towards application development for the internet of things
Towards application development for the internet of things
Pankesh Patel
TRAFFIC SIGN BOARD RECOGNITION AND VOICE ALERT SYSTEM USING CNN
TRAFFIC SIGN BOARD RECOGNITION AND VOICE ALERT SYSTEM USING CNN
IRJET Journal
NoSQL with Hadoop and HBase
NoSQL with Hadoop and HBase
NGDATA
Smart Parking Solution using Camera Networks and Real-time Computer Vision
Smart Parking Solution using Camera Networks and Real-time Computer Vision
IRJET Journal
IRJET- Smart Helmet for Visually Impaired
IRJET- Smart Helmet for Visually Impaired
IRJET Journal
The world is the computer and the programmer is you
The world is the computer and the programmer is you
Davide Carboni
Platforms and the Semantic Web
Platforms and the Semantic Web
Danny Ayers
IRJET- Face-Track: Smart Attendance System using Face Recognition
IRJET- Face-Track: Smart Attendance System using Face Recognition
IRJET Journal
I want to be a Data DJ!
I want to be a Data DJ!
Paul Groth
Scientific Applications of The Data Distribution Service
Scientific Applications of The Data Distribution Service
Angelo Corsaro
Video Surveillance System
Video Surveillance System
Ali Mattash
InSTEDD ETech Presentation
InSTEDD ETech Presentation
Eduardo Jezierski

Recently uploaded (20)

GEOGRAPHY-Study Material [ Class 10th] .pdf
GEOGRAPHY-Study Material [ Class 10th] .pdf
SHERAZ AHMAD LONE
Plate Tectonic Boundaries and Continental Drift Theory
Plate Tectonic Boundaries and Continental Drift Theory
Marie
SPENT QUIZ NQL JR FEST 5.0 BY SOURAV.pptx
SPENT QUIZ NQL JR FEST 5.0 BY SOURAV.pptx
Sourav Kr Podder
How to Customize Quotation Layouts in Odoo 18
How to Customize Quotation Layouts in Odoo 18
Celine George
Assisting Individuals and Families to Promote and Maintain Health Unit 7 | ...
Assisting Individuals and Families to Promote and Maintain Health Unit 7 | ...
RAKESH SAJJAN
ECONOMICS, DISASTER MANAGEMENT, ROAD SAFETY - STUDY MATERIAL [10TH]
ECONOMICS, DISASTER MANAGEMENT, ROAD SAFETY - STUDY MATERIAL [10TH]
SHERAZ AHMAD LONE
This is why students from these 44 institutions have not received National Se...
This is why students from these 44 institutions have not received National Se...
Kweku Zurek
LDM Recording Presents Yogi Goddess by LDMMIA
LDM Recording Presents Yogi Goddess by LDMMIA
LDM & Mia eStudios
YSPH VMOC Special Report - Measles Outbreak Southwest US 6-14-2025.pptx
YSPH VMOC Special Report - Measles Outbreak Southwest US 6-14-2025.pptx
Yale School of Public Health - The Virtual Medical Operations Center (VMOC)
LDMMIA Yoga S10 Free Workshop Grad Level
LDMMIA Yoga S10 Free Workshop Grad Level
LDM & Mia eStudios
ENGLISH_Q1_W1 PowerPoint grade 3 quarter 1 week 1
ENGLISH_Q1_W1 PowerPoint grade 3 quarter 1 week 1
jutaydeonne
Publishing Your Memoir with Brooke Warner
Publishing Your Memoir with Brooke Warner
Brooke Warner
K12 Tableau User Group virtual event June 18, 2025
K12 Tableau User Group virtual event June 18, 2025
dogden2
ROLE PLAY: FIRST AID -CPR & RECOVERY POSITION.pptx
ROLE PLAY: FIRST AID -CPR & RECOVERY POSITION.pptx
Belicia R.S
Q1_ENGLISH_PPT_WEEK 1 power point grade 3 Quarter 1 week 1
Q1_ENGLISH_PPT_WEEK 1 power point grade 3 Quarter 1 week 1
jutaydeonne
Paper 108 | Thoreaus Influence on Gandhi: The Evolution of Civil Disobedience
Paper 108 | Thoreaus Influence on Gandhi: The Evolution of Civil Disobedience
Rajdeep Bavaliya
THE PSYCHOANALYTIC OF THE BLACK CAT BY EDGAR ALLAN POE (1).pdf
THE PSYCHOANALYTIC OF THE BLACK CAT BY EDGAR ALLAN POE (1).pdf
nabilahk908
How to Manage Different Customer Addresses in Odoo 18 Accounting
How to Manage Different Customer Addresses in Odoo 18 Accounting
Celine George
2025 June Year 9 Presentation: Subject selection.pptx
2025 June Year 9 Presentation: Subject selection.pptx
mansk2
SCHIZOPHRENIA OTHER PSYCHOTIC DISORDER LIKE Persistent delusion/Capgras syndr...
SCHIZOPHRENIA OTHER PSYCHOTIC DISORDER LIKE Persistent delusion/Capgras syndr...
parmarjuli1412
GEOGRAPHY-Study Material [ Class 10th] .pdf
GEOGRAPHY-Study Material [ Class 10th] .pdf
SHERAZ AHMAD LONE
Plate Tectonic Boundaries and Continental Drift Theory
Plate Tectonic Boundaries and Continental Drift Theory
Marie
SPENT QUIZ NQL JR FEST 5.0 BY SOURAV.pptx
SPENT QUIZ NQL JR FEST 5.0 BY SOURAV.pptx
Sourav Kr Podder
How to Customize Quotation Layouts in Odoo 18
How to Customize Quotation Layouts in Odoo 18
Celine George
Assisting Individuals and Families to Promote and Maintain Health Unit 7 | ...
Assisting Individuals and Families to Promote and Maintain Health Unit 7 | ...
RAKESH SAJJAN
ECONOMICS, DISASTER MANAGEMENT, ROAD SAFETY - STUDY MATERIAL [10TH]
ECONOMICS, DISASTER MANAGEMENT, ROAD SAFETY - STUDY MATERIAL [10TH]
SHERAZ AHMAD LONE
This is why students from these 44 institutions have not received National Se...
This is why students from these 44 institutions have not received National Se...
Kweku Zurek
LDM Recording Presents Yogi Goddess by LDMMIA
LDM Recording Presents Yogi Goddess by LDMMIA
LDM & Mia eStudios
LDMMIA Yoga S10 Free Workshop Grad Level
LDMMIA Yoga S10 Free Workshop Grad Level
LDM & Mia eStudios
ENGLISH_Q1_W1 PowerPoint grade 3 quarter 1 week 1
ENGLISH_Q1_W1 PowerPoint grade 3 quarter 1 week 1
jutaydeonne
Publishing Your Memoir with Brooke Warner
Publishing Your Memoir with Brooke Warner
Brooke Warner
K12 Tableau User Group virtual event June 18, 2025
K12 Tableau User Group virtual event June 18, 2025
dogden2
ROLE PLAY: FIRST AID -CPR & RECOVERY POSITION.pptx
ROLE PLAY: FIRST AID -CPR & RECOVERY POSITION.pptx
Belicia R.S
Q1_ENGLISH_PPT_WEEK 1 power point grade 3 Quarter 1 week 1
Q1_ENGLISH_PPT_WEEK 1 power point grade 3 Quarter 1 week 1
jutaydeonne
Paper 108 | Thoreaus Influence on Gandhi: The Evolution of Civil Disobedience
Paper 108 | Thoreaus Influence on Gandhi: The Evolution of Civil Disobedience
Rajdeep Bavaliya
THE PSYCHOANALYTIC OF THE BLACK CAT BY EDGAR ALLAN POE (1).pdf
THE PSYCHOANALYTIC OF THE BLACK CAT BY EDGAR ALLAN POE (1).pdf
nabilahk908
How to Manage Different Customer Addresses in Odoo 18 Accounting
How to Manage Different Customer Addresses in Odoo 18 Accounting
Celine George
2025 June Year 9 Presentation: Subject selection.pptx
2025 June Year 9 Presentation: Subject selection.pptx
mansk2
SCHIZOPHRENIA OTHER PSYCHOTIC DISORDER LIKE Persistent delusion/Capgras syndr...
SCHIZOPHRENIA OTHER PSYCHOTIC DISORDER LIKE Persistent delusion/Capgras syndr...
parmarjuli1412
Ad

Sample CS Senior Capstone Projects