help in c++

User Generated

bzne95onqre

Computer Science

Description

please see attachment

Unformatted Attachment Preview

Part A Download the simple_banking source file in this module (Module 5 sample codes); and open it in your IDE (Visual Studio, Xcode, GCC, …). Add three at leas additional functions (services/options you have available or imagine when you use the ATM machine or a bank with a cashier). Part B In many image processing applications, the scientist has to first perform image segmentation. For circular object in an image, sometimes one has to define the border, given a few known points. Finding the center and the radius become possible is three points of the “circle” are known. This is the case of planet observation or iris recognition. In this project we will start with three known points of a circle, then we compute it center and radius using a number of equations and functions. Function call in your project may be similar to this: Knowing three points defined by there coordinates, (x1, y1), (x2, y2), and (x3, y3), the coordinates of the center points are can be computed following the expression below: Once the center point is known, you can compute the radius. To test your code you may use any three of these points (1 + √2 √2 , − 2 ), 2 and (1, -1) that do not return undefined in the process. Your program should return/print for center: (1, 0) and radius = 1. (0, 0), (1 − √2 √2 , ), 2 2 (2, 0), Submit two files: a cpp file for the source you wrote a pdf file of the source you wrote; color in blue or red the five functions you added (this will help me in the grading process)
Purchase answer to see full attachment
User generated content is uploaded by users for the purposes of learning and should be used following Studypool's honor code & terms of service.

Explanation & Answer


Anonymous
Really helpful material, saved me a great deal of time.

Studypool
4.7
Trustpilot
4.5
Sitejabber
4.4

Similar Content

Related Tags